webSocketOnMessage

Description

Fires when a web-socket server message is received. The message contents are in the e.message parameter. e.message is a Javascript object with properties that specify the message type, text, etc.. TIP: To see the properties in the e.message object use: alert(JSON.stringify(e.message))

Parameters

message